aboutsummaryrefslogtreecommitdiffstats
path: root/community/netpbm/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'community/netpbm/config.mk')
-rw-r--r--community/netpbm/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/netpbm/config.mk b/community/netpbm/config.mk
new file mode 100644
index 00000000000..8e9313535ee
--- /dev/null
+++ b/community/netpbm/config.mk
@@ -0,0 +1,14 @@
+DEFAULT_TARGET = nonmerge
+NETPBMLIBTYPE = unixshared
+NETPBMLIBSUFFIX = so
+STATICLIB_TOO = Y
+LDRELOC = ld --reloc
+LINKER_CAN_DO_EXPLICIT_LIBRARY = Y
+LINKERISCOMPILER = Y
+CFLAGS_SHLIB += -fPIC
+TIFFLIB = -ltiff
+JPEGLIB = -ljpeg
+PNGLIB = -lpng
+ZLIB = -lz
+X11LIB = -lX11
+NETPBM_DOCURL = https://netpbm.sourceforge.net/doc/ \ No newline at end of file