diff options
Diffstat (limited to 'zeromq/Makefile')
-rw-r--r-- | zeromq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zeromq/Makefile b/zeromq/Makefile index 4149575..4270f36 100644 --- a/zeromq/Makefile +++ b/zeromq/Makefile @@ -1,7 +1,6 @@ include /usr/share/cibs/rules/ips.mk include /usr/share/cibs/rules/archive.mk include /usr/share/cibs/rules/autotools.mk -include /usr/share/cibs/rules/32.mk include /usr/share/cibs/rules/64.mk # man pages are not installed if building out of source tree: @@ -18,7 +17,7 @@ build-depends += \ #/usr/gcc/4.3/bin/gcc -m32 -luuid -o test #ld: warning: file libdladm.so.1: required by /usr/lib/libdlpi.so.1, not found -configure-env += LDFLAGS="-L/lib" +configure-env.32 += LDFLAGS="-L/lib" configure-options += --with-system-pgm |