When adding popt to an application, you need to ensure it builds on non-popt
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Jun 2002 23:55:52 +0000 (23:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Jun 2002 23:55:52 +0000 (23:55 +0000)
platforms :-)

source/Makefile.in

index bac1ef881cc94bfeece5477aa77ddf3824eb21f0..b48b7c1e112e0e3d5ab7e947fae08c8c6cfe29fb 100644 (file)
@@ -618,7 +618,7 @@ bin/smbumount: $(UMOUNT_OBJ) bin/.dummy
 
 bin/testparm: $(TESTPARM_OBJ) bin/.dummy
        @echo Linking $@
-       @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(LIBS)
+       @$(CC) $(FLAGS) -o $@ $(TESTPARM_OBJ) $(LDFLAGS) $(LIBS) @BUILD_POPT@
 
 bin/testprns: $(TESTPRNS_OBJ) bin/.dummy
        @echo Linking $@